Click or drag to resize

MailboxData Class

Represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeMailboxData

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MailboxData

The MailboxData type exposes the following members.

Constructors
  NameDescription
Public methodMailboxData
Initializes a new instance of the MailboxData class.
Public methodMailboxData(String)
Initializes a new instance of the MailboxData class.
Public methodMailboxData(EmailAddress)
Initializes a new instance of the MailboxData class.
Public methodMailboxData(String, MeetingAttendeeType)
Initializes a new instance of the MailboxData class.
Public methodMailboxData(EmailAddress, MeetingAttendeeType)
Initializes a new instance of the MailboxData class.
Public methodMailboxData(String, MeetingAttendeeType, Boolean)
Initializes a new instance of the MailboxData class.
Public methodMailboxData(EmailAddress, MeetingAttendeeType, Boolean)
Initializes a new instance of the MailboxData class.
Top
Properties
  NameDescription
Public propertyAttendeeType
Represents the type of attendee identified in the Email element.
Public propertyEmailAddress
Represents the mailbox user for a GetUserAvailability query.
Public propertyExcludeConflicts
Specifies whether to return suggested times for calendar times that conflict among the attendees.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current MailboxData object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also